home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / sql.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.7 KB  |  99 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : SQL DBMS Interface 
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : RACOM Computer Professionals
  7. --                   : 7321 Franklin Rd.
  8. --                   : Annandale, VA 22003
  9. -- COPYRIGHT         : (c) 1986 RACOM
  10. -- DATE CREATED      : Jan. 1986 
  11. -- DATE RELEASED     : Jan. 1986 
  12. -- DATE LAST UPDATED : Jan. 1986
  13. -- LOCATION          : ASR
  14. -- ENVIRONMENT       : ROLM/DG / AOS
  15. --= CLASSIFICATION       ===============================================--
  16. -- CATEGORY LEVEL 1  : DATA BASE MANAGEMENT
  17. -- CATEGORY LEVEL 2  : ADA-SQL
  18. -- CATEGORY LEVEL 3  : SQL
  19. -- CATEGORY LEVEL 4  : 
  20. -- KEYWORD           : 
  21. -- INDEX             : SQL
  22. -- INDEX             : Data Base
  23. -- INDEX             : DBMS
  24. -- TAXONOMY          : 
  25. -- DEPENDENCIES      : 
  26. -- SEE ALSO          : WIS_TOOL_35
  27. --= FILE LISTING         ===============================================--
  28. -- FILE SPECS        : PD:<ADA.ADA-SQL>SQL*.*
  29. -- DIRECTORY DISPLAY :
  30. -- Directory   PD:<ADA.ADA-SQL>
  31. --      File Name     Byte Count  Line Count
  32. --   ---------------  ----------  ----------
  33. --   SQL.CMM                1885          60
  34. --   SQL.PRO                5076         103
  35. --   SQLDD2.DIS               75           6
  36. --   SQLDD2.SRC            51795        1834
  37. --   SQLDDL.DIS              112           9
  38. --   SQLDDL.SRC            42642        1368
  39. --   SQLDDLRD.ME            2673          57
  40. --   SQLDDLTS.IN            2265          86
  41. --   SQLDDLTS.OUT           4732         205
  42. --   SQLDML.DAT             3845         129
  43. --   SQLDML.DIS              120          10
  44. --   SQLDML.OUT            10333         374
  45. --   SQLDML.SRC           123991        3719
  46. --   SQLDMLRD.ME            3072          61
  47. --   SQLREADME.DOC          1299          23
  48. --   SQLSPC.INT            43318         785
  49. --   SQLSPC.TXT           140309        3440
  50. --   SQLSPCRD.ME             284           7
  51. --   ===============  ==========  ==========
  52. --    18 Files            437826       12276
  53. --= ABSTRACT             ===============================================--
  54. --         The  HQ  USAF Assistant Chief of Staff for Information Systems
  55. -- anticipates the adoption of SQL as the Air Force  standard  Relational
  56. -- data  base  query  language.   The  Air  Force will probably adopt the
  57. -- American  National  Standard  (ANS)  Database  Language  SQL  as   its
  58. -- Relational   query  language.   A  draft  proposed  American  National
  59. -- Standard (dpANS)/International Standard Database Language  SQL  is  in
  60. -- the public review process.
  61. -- 
  62. --         Given the above Air Force  position,  the  WIS  JPMO  began  a
  63. -- project  with  the  Institute  for Defense Analysis and RACOM Computer
  64. -- Professionals to develop a standard Ada DBMS interface (Ada/SQL) based
  65. -- on  the  dpANS  Database  Language  SQL.   A  "Proposed Binding Ada to
  66. -- Database Language SQL" has been presented to the responsible  American
  67. -- National  Standards  Committee  (X3H2).  We anticipate its adoption as
  68. -- the DoD and ANS/ISO standard Ada relational DBMS interface and it will
  69. -- be  the  WIS  Standard  Ada DBMS interface.  As such, we recommend the
  70. -- Ada/SQL  interface  be  used  for  any  development  of  an  Ada  DBMS
  71. -- interface.
  72. --= REVISION HISTORY     ===============================================--
  73. --
  74. -- DATE           VERSION AUTHOR                  HISTORY 
  75. -- Jan. 1986       1.0    RACOM Computer          Initial Release
  76. --                          Professionals
  77. --= RELEASE NOTICE       ===============================================--
  78. --
  79. -- This prologue must be included in all copies of this software.
  80. -- 
  81. -- This software is copyright by the author.
  82. -- 
  83. -- This software is released to the Ada community.
  84. -- This software is released to the Public Domain (note:
  85. --   software released to the Public Domain is not subject
  86. --   to copyright protection).
  87. -- Restrictions on use or distribution:  NONE
  88. --= DISCLAIMER           ===============================================--
  89. --    This software and its documentation are provided "AS IS" and
  90. -- without any expressed or implied warranties whatsoever.  No warranties
  91. -- as to performance, merchantability, or fitness for a particular
  92. -- purpose exist.
  93. --    The user is advised to test the software thoroughly before
  94. -- relying on it.  The user must assume the entire risk and liability of
  95. -- using this software.  In no event shall any person or organization of
  96. -- people be held responsible for any direct, indirect, consequential or
  97. -- inconsequential damages or lost profits.
  98. --======================================================================--
  99.